How to remove a folder named ${env.CATALINA_HOME} from an Subversion repo
Posted
by D Lawson
on Stack Overflow
See other posts from Stack Overflow
or by D Lawson
Published on 2010-05-05T16:40:51Z
Indexed on
2010/05/05
16:48 UTC
Read the original article
Hit count: 260
subversion
|environment-variables
I pulled a stupid and accidentally committed a folder named ${env.CATALINA_HOME} to my subversion repo. I tried doing an svn rm /path/to/${env.CATALINA_HOME} but it says "bad substitution" which I'm guessing means that it cant figure out why i'm using ${} notation in the path. I also tried surrounding the path in quotes, to no avail.
Suggestions?
© Stack Overflow or respective owner